←Select platform

SetBoxes<T> Method

Summary

Sets a list of boxes for the JPEG 2000 engine.

Syntax

C#
VB
C++
public void SetBoxes<T>( 
   Jpeg2000FileFormat format, 
   List<T> boxes 
) 
  
Public Sub SetBoxes(Of T As Leadtools.Jpeg2000.Jpeg2000MultiBox)( _ 
   ByVal format As Leadtools.Jpeg2000.Jpeg2000FileFormat, _ 
   ByVal boxes As List(Of T) _ 
)  
public: 
void SetBoxesgeneric<typename T> 
(  
   Leadtools.Jpeg2000.Jpeg2000FileFormat format, 
   List<T^>^ boxes 
)  
where T: Leadtools.Jpeg2000.Jpeg2000MultiBox 

Parameters

format
Jpeg2000FileFormat specifying the JPEG 2000 engine.

boxes
A list of Jpeg2000MultiBox objects containing the box data being set.

Type Parameters

T

For an example, refer to Jpeg2000Engine.Save(RasterCodecs, string, RasterImage, Jpeg2000FileFormat, int, int) example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpeg2000 Assembly